body {
    background-color: rgb(19, 150, 194);
}
  
h1 {
    color: white;
    text-align: center;
}
  
p {
    font-family: Verdana, sans-serif;
    font-size: 20px;
}
